home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMCOMPOSITIONADDITEMS / TDXFMCOMPOSITIONADDITEMS.txt
Text File  |  2004-09-21  |  2KB  |  105 lines

  1. object dxfmCompositionAddItems: TdxfmCompositionAddItems
  2.   Left = 431
  3.   Top = 207
  4.   ActiveControl = lvItems
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Items to Composition'
  7.   ClientHeight = 381
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 87
  21.     Top = 352
  22.     Width = 75
  23.     Height = 23
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 168
  31.     Top = 352
  32.     Width = 75
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object btnHelp: TButton
  40.     Left = 249
  41.     Top = 352
  42.     Width = 75
  43.     Height = 23
  44.     Cancel = True
  45.     Caption = '&Help'
  46.     TabOrder = 3
  47.   end
  48.   object pgctrlItems: TPageControl
  49.     Left = 5
  50.     Top = 8
  51.     Width = 319
  52.     Height = 338
  53.     ActivePage = tbsItems
  54.     TabOrder = 0
  55.     TabStop = False
  56.     object tbsItems: TTabSheet
  57.       Caption = 'Available Items'
  58.       object pnlBottomHost: TPanel
  59.         Left = 0
  60.         Top = 279
  61.         Width = 311
  62.         Height = 31
  63.         Align = alBottom
  64.         BevelOuter = bvNone
  65.         TabOrder = 1
  66.         object chbxHideIncludedItems: TCheckBox
  67.           Left = 5
  68.           Top = 9
  69.           Width = 191
  70.           Height = 17
  71.           Caption = 'Hide Already Included Items'
  72.           Checked = True
  73.           State = cbChecked
  74.           TabOrder = 0
  75.           OnClick = chbxHideIncludedItemsClick
  76.         end
  77.       end
  78.       object lvItems: TListView
  79.         Left = 0
  80.         Top = 0
  81.         Width = 311
  82.         Height = 279
  83.         Align = alClient
  84.         Columns = <>
  85.         ColumnClick = False
  86.         MultiSelect = True
  87.         ReadOnly = True
  88.         TabOrder = 0
  89.         OnDblClick = lvItemsDblClick
  90.       end
  91.       object pnlNoItems: TPanel
  92.         Tag = 20
  93.         Left = 19
  94.         Top = 33
  95.         Width = 266
  96.         Height = 22
  97.         BevelOuter = bvNone
  98.         Caption = 'pnlNoItems'
  99.         Color = clWindow
  100.         TabOrder = 2
  101.       end
  102.     end
  103.   end
  104. end
  105.